@charset "utf-8";

.Banner {
	background-image: url(../images/banner2.jpg);
	background-repeat: repeat-x;
}
.BannerContact {
	color: #FFF;
	background-color: #111;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
.Contenido {
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	color: #FFF;
}
.ContenidoColor1 {
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	color: #000;
	background-color: #DDD;
}
.ContenidoColor2 {
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	color: #000;
	background-color: #999;
}
.ContenidoRojo {
	font-family: "Segoe UI", Verdana;
	font-size: 14px;
	color: #F00;
	font-style: normal;
	font-weight: normal;
}
.ContenidoChico {
	font-family: "Segoe UI", Verdana;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
.ContenidoChicoColor1 {
	font-family: "Segoe UI", Verdana;
	font-size: 14px;
	color: #000;
	background-color: #DDD;
}
.ContenidoDestacado {
	font-family: "Segoe UI", Verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}
.ContenidoChicoDestacado {
	font-family: "Segoe UI", Verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.FilaImparDeTabla {
	font-family: "Segoe UI", Verdana;
	font-size: 14px;
	background-color: #E2E8F1;
}
.FilaParDeTabla {
	font-family: "Segoe UI", Verdana;
	font-size: 14px;
	background-color: #B9CCEA;
}
.PieDePagina {
	font-family: "Segoe UI", Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.Supraindice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.TextoIngresado {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #DDDDCC;
}
.TítuloDeTabla {
	font-family: Georgia, "Segoe UI", Times, serif;
	font-size: 14px;
	background-color: #779FDB;
	color: #006;
}
.TituloPrincipal {
	font-family: "Segoe UI", Verdana;
	font-size: 36px;
	font-style: none;
	color: #6FC;
	vertical-align: top;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.TituloSecundario {
	font-family: "Segoe UI", Verdana;
	font-size: 24px;
}
.TituloTerciario {
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	font-weight: bold;
}
.Vinculos {
	font-family: "Segoe UI", Verdana;
  font-size:15px;
}

.Vinculos:link {
	text-decoration:none;
}

.Vinculos:hover {
	color: #FF6600;
	text-decoration:underline;
}

.VinculosGrandes {
	font-family: "Segoe UI", Verdana;
  font-size:18px;
}

.VinculosGrandes:link {
	text-decoration:none;
}

.VinculosGrandes:hover {
	color: #FF6600;
	text-decoration:underline;
}
